projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87f1940
)
(face-set-after-frame-default): Don't call
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 10 Aug 1999 10:17:47 +0000
(10:17 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 10 Aug 1999 10:17:47 +0000
(10:17 +0000)
make-face-x-resource-internal for the pc window-system.
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 381ddbada82303fcf78851537b5af7c5e3b81324..003d732f1411fefa4068718a2cb1e507d379da02 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-1261,7
+1261,7
@@
Value is the new frame created."
(when spec
(face-spec-set face spec frame))
(internal-merge-in-global-face face frame)
- (when
window-system
+ (when
(memq window-system '(x w32))
(make-face-x-resource-internal face frame)))))